home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / gledit / gledit.ini < prev    next >
Encoding:
Text File  |  1995-03-07  |  6.8 KB  |  186 lines

  1. ; The GLEDIT.INI file is used to set user-configuarble parameters for the
  2. ; GLEDIT program.  Parameters to the right of the equal sign may be of
  3. ; upper, lower or mixed case (case is ignored).  Yes/No parameters may also
  4. ; be specified as Y or N, True or Flase, T or F, or 1 (yes) or 0 (no).
  5. ; If a parameter is invalid, the default is used.  The variable name to
  6. ; the left of the equal sign may also be expressed in upper, lower or
  7. ; mixed case.
  8.  
  9.  
  10. ; GLEDITFilesPath tells GLEDIT where to find the GLEDIT.HLP and 
  11. ; GLEDIT.SER (registered users only) files if they are not in the same
  12. ; directory as GLEDIT.EXE or they are not in one of your path directories.
  13. ; If there is no parameter specified for GLEDITFilesPath, it is assumed
  14. ; that any of GLEDIT's support files may be found in a directory on the
  15. ; path or in the directory conatining GLEDIT.EXE. If the GLEDITFilesPath 
  16. ; parameter is specified, neither the home directory nor the path is 
  17. ; searched, and the files MUST reside in the directory specified. This file 
  18. ; (GLEDIT.INI) MUST reside on the path or in the same directory as 
  19. ; GLEDIT.EXE. 52 characters max, trailing backslash is optional. 
  20.  
  21. GLEDITFilesPath=
  22.  
  23.  
  24. ; DefaultPath specifies the value that will appear pre-typed in the "Path"
  25. ; field when the interface is intially invoked.  Do not specify any parameter
  26. ; if you want the field to be empty.
  27.  
  28. DefaultPath=*.*
  29.  
  30.  
  31. ; The following are default options that will always be in effect
  32. ; when the GLEDIT user interface mode is invoked. Y indicates that
  33. ; the option will be selected.
  34.  
  35. IgnoreCaseOpt=N
  36. TestModeOpt=N
  37. DeleteMatchingRecordsOpt=N
  38. ScrollWindowWithoutPauseOpt=N
  39. PromptBeforeActionOpt=Y
  40. RecurseSubdirectoriesOpt=N
  41. NamesOnly=N
  42.  
  43. ; The values for ScreenLines are 0, 25, 50.  If 0, the screen remains set
  44. ; to the text mode screen size in effect when GLEDIT was loaded.  If it is
  45. ; set to 25, the mode is forced to 25x80 EGA/VGA mode.  If it is 50, the
  46. ; mode is set to 43x80 for EGA and 50x80 for VGA. Default is 0.
  47.  
  48. ScreenLines=0
  49.  
  50.  
  51. ; Set MonochromeVideo=Yes if you want GLEDIT's display to be in black and
  52. ; white.  A more pleasing alternative may be to adjust the color settings
  53. ; for the display (see below) to colors that are translated appealingly on
  54. ; your monochrome monitor.  Default is No.
  55.  
  56. MonochromeVideo=No
  57.  
  58.  
  59. ; Specify BIOSWrites=Yes to do all screen writing through the video BIOS.  This
  60. ; is slower, but may resolve any problems you may be experiencing with the
  61. ; user interface display.  Default is No.
  62.  
  63. BIOSWrites=No
  64.  
  65.  
  66. ; The colors selected below are derived by selecting a background and a
  67. ; foreground color from the tables below and adding the two values
  68. ; together: Example: Light gray background and blue text is 112 + 1 = 113.
  69. ;
  70. ;             Background value       Foreground Value
  71. ; BLACK             0                       0
  72. ; BLUE             16                       1
  73. ; GREEN            32                       2
  74. ; CYAN             48                       3
  75. ; RED              64                       4
  76. ; MAGENTA          80                       5
  77. ; BROWN            96                       6
  78. ; LIGHT GRAY      112                       7
  79. ; DARK GRAY                                 8
  80. ; LIGHT BLUE                                9
  81. ; LIGHT GREEN                              10
  82. ; LIGHT CYAN                               11
  83. ; LIGHT RED                                12
  84. ; LIGHT MAGENTA                            13
  85. ; YELLOW                                   14
  86. ; WHITE                                    15
  87. ; BLINKING                                128
  88. ;
  89. ; The default colors are:
  90. ;  BackgroundColor=23
  91. ;  CmdLineMatchLineColor=15
  92. ;  CmdLineMatchPhraseColor=12
  93. ;  CmdLineTextColor=14
  94. ;  FootLineColor=112
  95. ;  FootLineMsgColor=116
  96. ;  HeadLineColor=116
  97. ;  HelpWindowColor=48
  98. ;  HelpXRefColor=62
  99. ;  HelpSelectColor=60
  100. ;  InputWindowBkgColor=112
  101. ;  InputWindowBorderColor=113
  102. ;  InputFieldColor=31
  103. ;  InputCursorColor=63
  104. ;  MatchLineColor=31
  105. ;  MatchPhraseColor=27
  106. ;  ResultWindowColor=30
  107. ;  ShadowColor=8
  108.  
  109. ; BackgroundColor is the color of the textured background that is behind the
  110. ; data entry window when the user interface is first entered.  If you want
  111. ; to remove the texturing, set the background and foreground colors to the
  112. ; same color.
  113. BackgroundColor=23
  114.  
  115. ; CmdLineMatchLineColor refers to the non-highlighted area of the line that is
  116. ; displayed when a match is found.  It is also use for the redisplayed line
  117. ; that shows how the modified line will look. This refers to command line
  118. ; mode only.
  119. CmdLineMatchLineColor=15
  120.  
  121. ; CmdLineMatchPhraseColor refers to the highlighted area of the line that is
  122. ; displayed when a match is found (the matching phrase).  This refers to
  123. ; command line mode only.
  124. CmdLineMatchPhraseColor=12
  125.  
  126. ; CmdlineTextColor refers to all other prompts and messages that are displayed
  127. ; in command line mode.
  128. CmdLineTextColor=14
  129.  
  130. ; FootLineColor refers to the text bar at the bottom of the screen.
  131. FootLineColor=112
  132.  
  133. ; FootLineMsgColor refers to action prompts that appear in the foot line.
  134. ; You might want to blink these prompts by adding 128 to the color.
  135. FootLineMsgColor=116
  136.  
  137. ; HeadLineColor refers to the text bar at the top of the screen.
  138. HeadLineColor=116
  139.  
  140. ; HelpWindowColor refers to the text and background used in the help windows.
  141. HelpWindowColor=48
  142.  
  143. ; HelpXRefColor refers to the highlighted words on the help screen that can
  144. ; be selected to move you to another topic.
  145. HelpXRefColor=62
  146.  
  147. ; HelpSelectColor refers to the highighted cross reference word that is
  148. ; currently selected on the help screen.
  149. HelpSelectColor=60
  150.  
  151. ; InputWindowBkgColor refers to the background and text colors of the input
  152. ; windows and field labels.
  153. InputWindowBkgColor=112
  154.  
  155. ; InputWindowBorderColors refers to any borders and window titles on input
  156. ; windows.
  157. InputWindowBorderColor=113
  158.  
  159. ; InputFieldColor refers to the areas into which data can be typed.
  160. InputFieldColor=31
  161.  
  162. ; InputCursorColor refers to the currently active line of an input field.
  163. InputCursorColor=63
  164.  
  165. ; MatchLineColor refers to the non-highlighted area of the line that is
  166. ; displayed when a match is found.  It is also use for the redisplayed line
  167. ; that shows how the modified line will look.  This refers to user interface
  168. ; mode only.
  169. MatchLineColor=31
  170.  
  171. ; MatchPhraseColor refers to the highlighted area of the line that is
  172. ; displayed when a match is found (the matching phrase).  This refers to
  173. ; user interface mode only.
  174. MatchPhraseColor=27
  175.  
  176. ; ResultWindowColor refers to the large area between the head line and the
  177. ; foot line where the results of a search are displayed and replace/delete
  178. ; prompts are displayed.  The color specified here will be applied to all
  179. ; text other than on the match line.
  180. ResultWindowColor=30
  181.  
  182. ; Shadowcolor refers to the drop shadows that appear behind input windows.
  183. ShadowColor=8
  184.  
  185. ; END
  186.